Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HOS16.0.0 #76

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Conversation

zdm65477730
Copy link
Contributor

@zdm65477730 zdm65477730 commented Mar 15, 2023

  1. Support HOS16.0.0.
  2. Fix play time in total time exceed 100%.
  3. Add year suffix for some local lang, e.g. Chinese.
  4. Allow run under Applet mode.
  5. Make sure all account play events in list.
  6. Optimize the memory usage.
  7. Fix ghost record issue in all views(All, Recent and Hidden view).
  8. Fix crash when deleting import data.
  9. Correct the time unit(time_t in second should be uint64_t).

1. Support HOS16.0.0.
2. Fix play tiem in total time exceed 100%.
3. Add year suffix.
4. Allow run under Applet mode.
5. Make sure all account play events in list.

Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
There are some ghost records in the export json file
"id": "0000000000000000",
"name": "",
"summary": {
    "firstPlayed": 0,
    "lastPlayed": 0,
    "launches": 0,
    "playtime": 0
}

Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
@BullishVince
Copy link

Can you please merge this into master and make it as a release? @tallbl0nde

@haren724
Copy link

haren724 commented Jul 26, 2023

Hi, @zdm65477730. Is your git repository still being stored locally? The submodule 'SimpleIniParser' doesn't exist anymore. I planned to add a tiny functionality that play an .wav audio file (whistle twice sound in stock) after launching this app from the user page. Could you send me a copy or any other valid link of this submodule.

Thanks!

@Lukas2288
Copy link

I found simpleiniparser that are active here
https://github.com/zdm65477730/SimpleIniParser
and here
https://github.com/HamletDuFromage/Simple-INI-Parser

A tried too some changes but when i enter the app it crash with error. But compiles without problem. Could you please test it with your devkitpro if I set it correctly?

https://www.mediafire.com/file/gf9mqvak8oinjuo/NX-Activity-Log-master-Test.zip/file

Thank you

@haren724
Copy link

haren724 commented Aug 3, 2023

I found simpleiniparser that are active here https://github.com/zdm65477730/SimpleIniParser and here https://github.com/HamletDuFromage/Simple-INI-Parser

A tried too some changes but when i enter the app it crash with error. But compiles without problem. Could you please test it with your devkitpro if I set it correctly?

https://www.mediafire.com/file/gf9mqvak8oinjuo/NX-Activity-Log-master-Test.zip/file

Thank you

@Lukas2288
I got the same result. It causes a kernel panic in applet mode and a exefs crash in exefs mode.
Trying to figure it out.

@Lukas2288
Copy link

I found simpleiniparser that are active here https://github.com/zdm65477730/SimpleIniParser and here https://github.com/HamletDuFromage/Simple-INI-Parser
A tried too some changes but when i enter the app it crash with error. But compiles without problem. Could you please test it with your devkitpro if I set it correctly?
https://www.mediafire.com/file/gf9mqvak8oinjuo/NX-Activity-Log-master-Test.zip/file
Thank you

@Lukas2288 I got the same result. It causes a kernel panic in applet mode and a exefs crash in exefs mode. Trying to figure it out.

I think that there should be problem with new version of devkit libraries. I´ve got version 1.4 which i updated with my theme and adjustments and it compiles and runs fine. But 2 years later i cannot start it anymore, when i recompile it.

Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
@AlM2025
Copy link

AlM2025 commented Oct 17, 2024

Please add support to HOS19.0.0.

Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
@yyoossk
Copy link

yyoossk commented Nov 2, 2024

Added Japanese language. Please merge, build, and release!

zdm65477730 and others added 17 commits November 9, 2024 16:31
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
…data entries

- Fixed APP stuck on black screen when there are a large number of game
  data entries
- Optimized the loading performance of the game data enteries.
- Add debug traces.
- Bump to v1.5.2

Signed-off-by: Damien Zhao <[email protected]>
Bump version to v1.5.3

Signed-off-by: Damien Zhao <[email protected]>
Revert the pervious commit and update the fix.

Signed-off-by: Damien Zhao <[email protected]>
1. Fixed crash when deleting import json file.
2. Updates all lang json files.
3. Fixed first/last play data missing for imported play data.

Signed-off-by: Damien Zhao <[email protected]>
Signed-off-by: Damien Zhao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants